home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2004 March / PCWMAR04.iso / Software / Group Test / Mandrake 9.2 / README.txt < prev   
Encoding:
Text File  |  2003-08-19  |  2.8 KB  |  67 lines

  1.  
  2. Introduction
  3.  
  4. Since Mandrake Linux is an Open Source product, it needs your financial contribution. Developing a Linux distribution is very costly, so it's up to the community of users to ensure its health. Do you want to help Mandrake Linux become even more robust and powerful? Would you like to see Mandrake Linux become the next standard operating system?
  5.  
  6. Before downloading our products, we ask for your support by joining the Mandrake Linux Users Club. The Club was created to fund the development of the Mandrake Linux distribution and to pay the salaries of employees who are dedicated to "external" Free Software projects. The Mandrake Club also provides attractive benefits to its members such as specialized Internet services and download of many extra-applications:
  7. http://mandrakelinux.com/en/club/. 
  8.  
  9. Howto burn an ISO image ?
  10. All the CD-Writing software can use ISO image to burn directly a CD-Rom.
  11.  
  12. Important note: take care to download the ISO in binary mode (FTP). By default Netscape download the file in ASCII mode which corrupt the image. You can check the integrity of the ISO file with the md5 key (md5sum mandrake.iso under Linux), go to http://www.etree.org/md5com.html to get the md5sum.exe version if you are using Windows) 
  13.  
  14. Please avoid downloading the ISO with a 56K modem line. If the download
  15. fails you can use "Resume" which allows you to continue the download. It
  16. works with ftp (reget), ncftp, CuteFTP, Getright, ...
  17.  
  18. With Easy CD Creator:
  19. --------------------
  20. Open Easy CD Creator
  21. Go to "File"
  22. then to "Create CD from disc image"
  23. make sure to change the bottom drop down menu ("Files of type:") to say
  24. "ISO image files"
  25.  
  26. It will do the rest after you browse to the *.iso file
  27. (Thanks for zacheyer)
  28.  
  29. With WinOnCD:
  30. ------------
  31. you can select a
  32. "track-image" project when you click the New button.  So long as you are
  33. in track mode, not file-system mode (how that looks depends on whether
  34. you have 3.0 or 3.5) then dragging a track image file onto the CD window
  35. should accept it as a raw track.  WinOnCD uses .RAW as its own
  36. extension
  37. (Thanks Rick Jones)
  38.  
  39. With Nero Burning Rom:
  40. ----------------------
  41. Open Nero.
  42. Close the wizard if it is started automatically.
  43. Go to "File"
  44. then to "Burn Image...".
  45. In the next dialog, click on "Image Files (*.nrg)" and select "All files
  46. (*.*)". 
  47. Choose the .iso file and accept.
  48. In the following dialog make sure:
  49. - Type of Image is: Data Mode 1
  50. - Block size: 2048
  51. - Image header: 0
  52. - Image trailer: 0
  53. - All the checkboxes are unactive.
  54. Click "OK". 
  55. In the next dialog check that the "write" and "finalize" option are active.
  56. Click on "Write".
  57. (Thanks Antonio Asensi)
  58.  
  59. With CD-Record:
  60. ---------------
  61. CD-Writing HowTo:
  62. http://howto.linuxberg.com/ptHOWTO/CD-Writing-HOWTO
  63.  
  64. For example:
  65. cdrecord -v speed=4 dev=4,0 mandrake.iso 
  66. You get the number on the SCSI bus number with "cdrecord --scanbus"
  67.